Package com.cisco.pt.ipc.events
Class InstructionDlgEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.InstructionDlgEventRegistry
An event for the IPC's InstructionDlgEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<InstructionDlgEventListener>protected Map<String,Set<InstructionDlgEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(InstructionDlgEventListener listener) voidaddListener(InstructionDlgEventListener listener, InstructionDlg objClass) voidaddListenerFiltered(InstructionDlgEventListener listener, List<String> events) voidaddSpecificListenerFiltered(InstructionDlgEventListener listener, InstructionDlg objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(InstructionDlgEventListener listener) voidremoveListener(InstructionDlgEventListener listener, InstructionDlg objClass) voidremoveListenerFiltered(InstructionDlgEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(InstructionDlgEventListener listener, InstructionDlg objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
InstructionDlgEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(InstructionDlgEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(InstructionDlgEventListener listener, InstructionDlg objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(InstructionDlgEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(InstructionDlgEventListener listener, InstructionDlg objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
public void addListener(InstructionDlgEventListener listener, InstructionDlg objClass) throws IOException - Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(InstructionDlgEventListener listener, InstructionDlg objClass) throws IOException - Throws:
IOException
-